The setup script detects the static version of the lzo2 library instead of
the dynamic version (that is now located in a multi-arch path).
This causes a link error due to not relacable code (missing -fPIC flag
at compile time)
Now the dynamic version of the lzo2 library is located in a multiarch path so
sthe setup script
* Team upload.
* Standard version bumped to 4.3.0, no change.
* debian/patches:
- new 0005-Comaptibility-with-numpy-1.16.patch:
fixes an issue with not writeable buffers. Closes: #917666.
- new 0006-Fix-LZO2-detection.patch
* debian/control:
- re-order dependencies
* Add gbp.conf file.
* Switch to pybuild.
* Set compat to 12.